home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Cl… (Business) 1997 November
/
Software of the Month Club - Business Shareware (Volume 243) (November 1997).iso
/
dos
/
biz
/
Makename
/
EXAMPLE1.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-09-11
|
247 b
|
14 lines
@ECHO OFF
ECHO This is an example program -- see the file MAKENAME.DOC for details
ECHO Press Ctrl-C to quit
PAUSE
CLS
:AGAIN
MAKENAME XYZ
CALL SETNAME.BAT
ECHO Variable XYZ is set to %XYZ%
ECHO Press Ctrl-C to quit
PAUSE
GOTO AGAIN